

.container li {
    position: relative;
    list-style: none;
    margin: 30px 0;
    font-weight: 500;

}

 .container li:before {
    content: "";
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    height: 15px;
    background-color: rgba(13, 160, 211, .5);
    border-radius: 1000px;
}

.container li:after {
    content: "";
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 0;
    height: 15px;
    background-color: rgba(13, 160, 211, 1);
    border-radius: 1000px;
    animation-duration: 1.8s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

li.AWS:after {
    animation-name: AWS;
}

@keyframes AWS {
    to {
        width: 70%;
    }
}
li.Jenkins:after {
    animation-name: Jenkins;
}

@keyframes Jenkins {
    to {
        width: 80%;
    }
}
li.Docker:after {
    animation-name: Docker;
}

@keyframes Docker {
    to {
        width: 80%;
    }
}
li.Terraform:after {
    animation-name: Terraform;
}

@keyframes Terraform{
    to {
        width: 70%;
    }
}
li.Python-Scripting:after {
    animation-name: Python-Scripting;
}

@keyframes Python-Scripting {
    to {
        width: 75%;
    }
}
li.Shell-Scripting:after {
    animation-name: Shell-Scripting;
}

@keyframes Shell-Scripting {
    to {
        width: 70%;
    }
}
li.Ansible:after {
    animation-name: Ansible;
}

@keyframes Ansible {
    to {
        width: 70%;
    }
}
li.WSO2:after {
    animation-name:WSO2;
}

@keyframes WSO2 {
    to {
        width: 80%;
    }
}
li.Java:after {
    animation-name: Java;
}

@keyframes Java {
    to {
        width: 70%;
    }
}
li.Continuous-Integration:after {
    animation-name: Continuous-Integration;
}

@keyframes Continuous-Integration {
    to {
        width: 80%;
    }
}
li.Continuous-Delivery:after {
    animation-name: Continuous-Delivery;
}

@keyframes Continuous-Delivery {
    to {
        width: 80%;
    }
}
li.Kubernetes:after {
    animation-name: Kubernetes;
}

@keyframes Kubernetes {
    to {
        width: 75%;
    }
}
li.AgroCD:after {
    animation-name: AgroCD;
}

@keyframes AgroCD {
    to {
        width: 75%;
    }
}
li.Linux:after {
    animation-name: Linux;
}

@keyframes Linux {
    to {
        width: 80%;
    }
}

li.Github:after {
    animation-name: Github;
}

@keyframes Github {
    to {
        width: 80%;
    }
}

li.Nginx:after {
    animation-name: Nginx;
}

@keyframes Nginx {
    to {
        width: 85%;
    }
}
